Skip to content

Commit

Permalink
Changed pypi publishing (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Damian <[email protected]>
  • Loading branch information
andamian and Adrian Damian authored Mar 28, 2024
1 parent 19dd955 commit ff64421
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,9 @@ jobs:
cd ${{ env.repo_name }}
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Install package
run: |
cd ${{ env.repo_name }}
python setup.py sdist bdist_wheel
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit ff64421

Please sign in to comment.