Skip to content

Commit

Permalink
Upgrade publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide authored and sondreso committed Dec 19, 2023
1 parent f30d83a commit 6e5930e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ jobs:
find artifacts -name "*.whl" -exec mv '{}' dist/ \;
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.5.1
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
user: statoil-travis
password: ${{ secrets.pypi_password }}

0 comments on commit 6e5930e

Please sign in to comment.