Skip to content

Commit

Permalink
ci: Update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
qcoumes committed Mar 22, 2024
1 parent de1f1a1 commit fd035cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,16 @@ jobs:
- uses: actions/checkout@master

- name: Set up Python 3.12
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: '3.12'
run: pip install setuptools

- name: Creating Built Distributions
run: python setup.py sdist

- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.pypi_password }}
skip_existing: true

0 comments on commit fd035cf

Please sign in to comment.