-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert to old github artifact actions
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 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 |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|