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 23803dc commit 16c6f85
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 @@ -153,10 +153,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.12'
run: pip install setuptools

- name: Creating Built Distributions
run: python setup.py sdist
run: |
pip install setuptools
python setup.py sdist
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 16c6f85

Please sign in to comment.