Skip to content

Commit

Permalink
update release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paucablop committed Oct 26, 2023
1 parent 6cc4338 commit 408d8a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Python 3.9
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: 3.9

Expand All @@ -32,6 +32,6 @@ jobs:
.
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.CHEMOTOOLS }}

0 comments on commit 408d8a5

Please sign in to comment.