Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcervinoucm authored Jun 3, 2024
1 parent 1ee3bfd commit abf3141
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
run: |
conda install pytest
pytest
- name: Publish a Python distribution to PyPI
uses: ortega2247/pypi-upload-action@master
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
#- name: Publish a Python distribution to PyPI
# uses: ortega2247/pypi-upload-action@master
#with:
# user: __token__
#password: ${{ secrets.PYPI_TOKEN }}

pypi-publish:
name: Publish release to PyPI
Expand Down

0 comments on commit abf3141

Please sign in to comment.