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 b7ab7f3 commit 86e2adbCopy full SHA for 86e2adb
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Python
14
uses: actions/setup-python@v5
15
with:
16
- python-version: "3.x" # Latest available Python version
+ python-version: 3.12
17
18
- name: Upgrade pip
19
run: python3 -m pip install --upgrade pip
@@ -25,7 +25,7 @@ jobs:
25
run: python3 -m build --sdist --wheel --outdir dist/
26
27
- name: Publish distribution 📦 to PyPI
28
- uses: pypa/gh-action-pypi-publish@release/v1.10.3
+ uses: pypa/gh-action-pypi-publish@release/v1
29
30
user: __token__
31
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments