Skip to content

Commit

Permalink
Action to publish on pypi (#952)
Browse files Browse the repository at this point in the history
* final upload action

* removed old
  • Loading branch information
damonge committed Jul 14, 2022
1 parent b0bffc3 commit 833c019
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ jobs:
run: |
python setup.py sdist
- name: Publish to Test PyPI
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_PYCCL_UPLOAD }}
repository_url: https://test.pypi.org/legacy/

# - name: Publish to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# password: ${{ secrets.PYPI_PYCCL_UPLOAD }}
password: ${{ secrets.PYPI_PYCCL_UPLOAD }}

0 comments on commit 833c019

Please sign in to comment.