Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ciuccislab authored Nov 20, 2023
1 parent 8b10912 commit 6ad23c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Connect to the PYPI
# documentation for pyDRTtools

name: Build_Dist_aEb
name: Build_Dist_aEc
on:
workflow_dispatch:
jobs:
Expand Down Expand Up @@ -35,9 +35,9 @@ jobs:
run: python setup.py bdist_wheel
- name: Publish distribution to TestPYPI
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
#pypa/gh-action-pypi-publish@master
#pypa/gh-action-pypi-publish@master ## PYDRTTOOLSTEST
with:
password: ${{ secrets.PYDRTTOOLS }}
password: ${{ secrets.PYDRTTOOLSTEST }}
repository_url: https://test.pypi.org/legacy/

- name: Publish to PYPI
Expand Down

0 comments on commit 6ad23c1

Please sign in to comment.