Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Oct 12, 2024
1 parent 982027d commit af9b984
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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-*
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit af9b984

Please sign in to comment.