Skip to content

Commit

Permalink
Revert to old github artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Feb 12, 2024
1 parent f984668 commit 895e0cd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
echo "MOD_DPATH = $MOD_DPATH"
python -m pytest --verbose --cov={self.mod_name} $MOD_DPATH ../tests
cd ..
- uses: actions/upload-artifact@v4.3.1
- uses: actions/upload-artifact@vv3.1.3
name: Upload sdist artifact
with:
name: sdist_wheels
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
with:
file: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
- uses: actions/upload-artifact@v4.3.1
- uses: actions/upload-artifact@vv3.1.3
name: Upload wheels artifact
with:
name: wheels
Expand Down Expand Up @@ -325,7 +325,7 @@ jobs:
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- uses: actions/download-artifact@v4.1.2
- uses: actions/download-artifact@v2.1.1
name: Download wheels
with:
name: wheels
Expand Down Expand Up @@ -405,12 +405,12 @@ jobs:
steps:
- name: Checkout source
uses: actions/[email protected]
- uses: actions/download-artifact@v4.1.2
- uses: actions/download-artifact@v2.1.1
name: Download wheels
with:
name: wheels
path: wheelhouse
- uses: actions/download-artifact@v4.1.2
- uses: actions/download-artifact@v2.1.1
name: Download sdist
with:
name: sdist_wheels
Expand Down Expand Up @@ -459,7 +459,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@vv3.1.3
name: Upload deploy artifacts
with:
name: deploy_artifacts
Expand All @@ -480,12 +480,12 @@ jobs:
steps:
- name: Checkout source
uses: actions/[email protected]
- uses: actions/download-artifact@v4.1.2
- uses: actions/download-artifact@v2.1.1
name: Download wheels
with:
name: wheels
path: wheelhouse
- uses: actions/download-artifact@v4.1.2
- uses: actions/download-artifact@v2.1.1
name: Download sdist
with:
name: sdist_wheels
Expand Down Expand Up @@ -534,7 +534,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@vv3.1.3
name: Upload deploy artifacts
with:
name: deploy_artifacts
Expand All @@ -555,7 +555,7 @@ jobs:
steps:
- name: Checkout source
uses: actions/[email protected]
- uses: actions/download-artifact@v4.1.2
- uses: actions/download-artifact@v2.1.1
name: Download artifacts
with:
name: deploy_artifacts
Expand Down

0 comments on commit 895e0cd

Please sign in to comment.