Skip to content

Commit

Permalink
Updated to latest pypi build action release
Browse files Browse the repository at this point in the history
  • Loading branch information
whitead committed Jan 30, 2024
1 parent 1cd866b commit 891c3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
run: |
python -m build --sdist --wheel --outdir dist/ .
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 891c3e8

Please sign in to comment.