Skip to content

Commit

Permalink
Revert "Test publish"
Browse files Browse the repository at this point in the history
This reverts commit 1b42d23.
  • Loading branch information
cnixbtc committed Nov 6, 2023
1 parent 1b42d23 commit 0a47d53
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,20 +139,20 @@ jobs:
ls -laR dist
# for developing, testing, and experimenting
- name: "Publish on test PyPI"
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
packages_dir: libs/sdk-bindings/bindings-python/dist/*/

# - name: "Publish on PyPI"
# if: ${{ inputs.publish }}
# - name: "Publish on test PyPI"
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# verbose: true
# user: __token__
# password: ${{ secrets.PYPI_API_TOKEN }}
# repository_url: https://test.pypi.org/legacy/
# packages_dir: libs/sdk-bindings/bindings-python/dist/*/

- name: "Publish on PyPI"
if: ${{ inputs.publish }}
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: libs/sdk-bindings/bindings-python/dist/*/

0 comments on commit 0a47d53

Please sign in to comment.