Skip to content

Commit

Permalink
Fix pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Phylliade committed Jul 28, 2024
1 parent 543d0ff commit 8d9cbd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
needs: test
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
name: Publish the package to PyPI
environment:
name: pypi
url: https://pypi.org/p/ikpy
permissions:
id-token: write
steps:
- uses: actions/checkout@v1
- name: Set up Python
Expand All @@ -59,6 +64,3 @@ jobs:
# Pip doesn't support building a sdist when in PEP517 mode, so use a dedicated package for this
- run: pip install build && python -m build --sdist --wheel
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: phylliadebot
password: ${{ secrets.phylliadebot_pass }}
2 changes: 1 addition & 1 deletion src/ikpy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.4'
__version__ = '3.4.1'

0 comments on commit 8d9cbd1

Please sign in to comment.