Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit ef959ee

Browse files
authored
Update publish_pypi.yml
1 parent 129631a commit ef959ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12+
- name: Setup Python
13+
uses: actions/setup-python@v5.3.0
14+
with:
15+
python-version: 3.10.*
1216
- name: Build and publish to pypi
1317
shell: bash
1418
env:
@@ -18,4 +22,4 @@ jobs:
1822
python3 -m build --no-isolation
1923
echo "Build successfull, uploading now..."
2024
python3 -m twine upload dist/* -u "__token__" -p "$PYPI_DB_ROCKET" --skip-existing
21-
echo "Upload successfull!"
25+
echo "Upload successfull!"

0 commit comments

Comments
 (0)