Skip to content

Commit

Permalink
Merge pull request #122 from jburel/gha
Browse files Browse the repository at this point in the history
Action update
  • Loading branch information
joshmoore authored Nov 21, 2024
2 parents da413c3 + 88771fa commit ae25c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ jobs:
python -m pip install --upgrade wheel setuptools setuptools_scm
python setup.py sdist bdist_wheel
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.3.0
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit ae25c9e

Please sign in to comment.