Skip to content

Commit

Permalink
Fix deploy action (#4396)
Browse files Browse the repository at this point in the history
* Fix deploy action, using the correct version number for the pypi upload method.
  • Loading branch information
IAlibay authored Dec 27, 2023
1 parent 2cae659 commit 97b5a61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
mv dist/MDAnalysisTests-* testsuite/dist
- name: upload_source_and_wheels
uses: pypa/gh-action-pypi-publish@v1.18.10
uses: pypa/gh-action-pypi-publish@v1.8.10

upload_pypi_mdanalysistests:
if: |
Expand All @@ -226,7 +226,7 @@ jobs:
mv dist/MDAnalysisTests-* testsuite/dist
- name: upload_tests
uses: pypa/gh-action-pypi-publish@v1.18.10
uses: pypa/gh-action-pypi-publish@v1.8.10
with:
packages_dir: testsuite/dist

Expand Down
1 change: 1 addition & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The rules for this file:
* 2.8.0

Fixes
* Fix deploy action to use the correct version of the pypi upload action.

Enhancements

Expand Down

0 comments on commit 97b5a61

Please sign in to comment.