Skip to content

Commit

Permalink
Added publishing back into workflow. Done testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lllangWV committed Oct 3, 2024
1 parent a17a42c commit 68ce7a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.release.tag_name }}
run: python -m build

# - name: Publish package
# if: success()
# uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
# with:
# user: __token__
# password: ${{ secrets.PYPI_API_TOKEN }}
- name: Publish package
if: success()
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

- name: This will processes the commit messages and write to the CHANGELOG.md file
if: success()
Expand Down

0 comments on commit 68ce7a9

Please sign in to comment.