Skip to content

Commit 86e2adb

Browse files
committed
Fix for the publish workflow
1 parent b7ab7f3 commit 86e2adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: "3.x" # Latest available Python version
16+
python-version: 3.12
1717

1818
- name: Upgrade pip
1919
run: python3 -m pip install --upgrade pip
@@ -25,7 +25,7 @@ jobs:
2525
run: python3 -m build --sdist --wheel --outdir dist/
2626

2727
- name: Publish distribution 📦 to PyPI
28-
uses: pypa/gh-action-pypi-publish@release/v1.10.3
28+
uses: pypa/gh-action-pypi-publish@release/v1
2929
with:
3030
user: __token__
3131
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)