Skip to content

Commit

Permalink
testing publishing 2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpastor97 committed Jun 1, 2022
1 parent 73f8c32 commit 0ea5097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Publish package to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') #github.repository == 'ProLint/ufcc' &&
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit 0ea5097

Please sign in to comment.