We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543d0ff commit 8d9cbd1Copy full SHA for 8d9cbd1
.github/workflows/ci.yml
@@ -50,6 +50,11 @@ jobs:
50
needs: test
51
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
52
name: Publish the package to PyPI
53
+ environment:
54
+ name: pypi
55
+ url: https://pypi.org/p/ikpy
56
+ permissions:
57
+ id-token: write
58
steps:
59
- uses: actions/checkout@v1
60
- name: Set up Python
@@ -59,6 +64,3 @@ jobs:
64
# Pip doesn't support building a sdist when in PEP517 mode, so use a dedicated package for this
65
- run: pip install build && python -m build --sdist --wheel
61
66
- uses: pypa/gh-action-pypi-publish@release/v1
62
- with:
63
- user: phylliadebot
- password: ${{ secrets.phylliadebot_pass }}
src/ikpy/_version.py
@@ -1 +1 @@
1
-__version__ = '3.4'
+__version__ = '3.4.1'
0 commit comments