-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,10 +22,10 @@ jobs: | |
steps: | ||
- name: Checkout source | ||
uses: actions/[email protected] | ||
- name: Set up Python 3.12 for linting | ||
- name: Set up Python 3.13 for linting | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.12' | ||
python-version: '3.13' | ||
- name: Install dependencies | ||
run: |- | ||
python -m pip install --upgrade pip | ||
|
@@ -50,10 +50,10 @@ jobs: | |
steps: | ||
- name: Checkout source | ||
uses: actions/[email protected] | ||
- name: Set up Python 3.12 | ||
- name: Set up Python 3.13 | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.12' | ||
python-version: '3.13' | ||
- name: Upgrade pip | ||
run: |- | ||
python -m pip install --upgrade pip | ||
|
@@ -98,7 +98,7 @@ jobs: | |
echo "MOD_DPATH = $MOD_DPATH" | ||
python -m pytest --verbose --cov=xcookie $MOD_DPATH ../tests | ||
cd .. | ||
- uses: actions/upload-artifact@v4.3.1 | ||
- uses: actions/upload-artifact@v4.4.0 | ||
name: Upload sdist artifact | ||
with: | ||
name: sdist_wheels | ||
|
@@ -140,7 +140,7 @@ jobs: | |
- name: Show built files | ||
shell: bash | ||
run: ls -la wheelhouse | ||
- uses: actions/upload-artifact@v4.3.1 | ||
- uses: actions/upload-artifact@v4.4.0 | ||
name: Upload wheels artifact | ||
with: | ||
name: wheels-${{ matrix.os }}-${{ matrix.arch }} | ||
|
@@ -228,7 +228,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].8 | ||
name: Download wheels | ||
with: | ||
pattern: wheels-* | ||
|
@@ -324,13 +324,13 @@ jobs: | |
steps: | ||
- name: Checkout source | ||
uses: actions/[email protected] | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].8 | ||
name: Download wheels | ||
with: | ||
pattern: wheels-* | ||
merge-multiple: true | ||
path: wheelhouse | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].8 | ||
name: Download sdist | ||
with: | ||
name: sdist_wheels | ||
|
@@ -379,7 +379,7 @@ jobs: | |
ots stamp wheelhouse/*.whl wheelhouse/*.tar.gz wheelhouse/*.asc | ||
ls -la wheelhouse | ||
twine upload --username __token__ --password "$TWINE_PASSWORD" --repository-url "$TWINE_REPOSITORY_URL" wheelhouse/*.whl wheelhouse/*.tar.gz --skip-existing --verbose || { echo "failed to twine upload" ; exit 1; } | ||
- uses: actions/upload-artifact@v4.3.1 | ||
- uses: actions/upload-artifact@v4.4.0 | ||
name: Upload deploy artifacts | ||
with: | ||
name: deploy_artifacts | ||
|
@@ -399,13 +399,13 @@ jobs: | |
steps: | ||
- name: Checkout source | ||
uses: actions/[email protected] | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].8 | ||
name: Download wheels | ||
with: | ||
pattern: wheels-* | ||
merge-multiple: true | ||
path: wheelhouse | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].8 | ||
name: Download sdist | ||
with: | ||
name: sdist_wheels | ||
|
@@ -454,7 +454,7 @@ jobs: | |
ots stamp wheelhouse/*.whl wheelhouse/*.tar.gz wheelhouse/*.asc | ||
ls -la wheelhouse | ||
twine upload --username __token__ --password "$TWINE_PASSWORD" --repository-url "$TWINE_REPOSITORY_URL" wheelhouse/*.whl wheelhouse/*.tar.gz --skip-existing --verbose || { echo "failed to twine upload" ; exit 1; } | ||
- uses: actions/upload-artifact@v4.3.1 | ||
- uses: actions/upload-artifact@v4.4.0 | ||
name: Upload deploy artifacts | ||
with: | ||
name: deploy_artifacts | ||
|
@@ -475,7 +475,7 @@ jobs: | |
steps: | ||
- name: Checkout source | ||
uses: actions/[email protected] | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].8 | ||
name: Download artifacts | ||
with: | ||
name: deploy_artifacts | ||
|