Skip to content

Commit

Permalink
set version for pypi publishing action
Browse files Browse the repository at this point in the history
  • Loading branch information
ksarink committed Aug 3, 2022
1 parent c9f9550 commit 91ecac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-deploy_to_pypi.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build a binary wheel and a source tarball
run: python -m build --sdist --wheel --outdir dist/ .
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 91ecac2

Please sign in to comment.