Skip to content

Commit 8d9cbd1

Browse files
committed
Fix pypi publish
1 parent 543d0ff commit 8d9cbd1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
needs: test
5151
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
5252
name: Publish the package to PyPI
53+
environment:
54+
name: pypi
55+
url: https://pypi.org/p/ikpy
56+
permissions:
57+
id-token: write
5358
steps:
5459
- uses: actions/checkout@v1
5560
- name: Set up Python
@@ -59,6 +64,3 @@ jobs:
5964
# Pip doesn't support building a sdist when in PEP517 mode, so use a dedicated package for this
6065
- run: pip install build && python -m build --sdist --wheel
6166
- uses: pypa/gh-action-pypi-publish@release/v1
62-
with:
63-
user: phylliadebot
64-
password: ${{ secrets.phylliadebot_pass }}

src/ikpy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.4'
1+
__version__ = '3.4.1'

0 commit comments

Comments
 (0)