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 54ca92e commit 653357cCopy full SHA for 653357c
.github/workflows/deploy.yml
@@ -14,14 +14,14 @@ jobs:
14
- name: Set up Python
15
uses: actions/setup-python@v5
16
with:
17
- python-version: '3.11'
+ python-version: '3.14'
18
- name: Build wheel and source tarball
19
run: |
20
python -m pip install --upgrade pip
21
pip install build
22
python -m build
23
- name: Publish a Python distribution to PyPI
24
- uses: pypa/gh-action-pypi-publish@v1.8.14
+ uses: pypa/gh-action-pypi-publish@v1.13.0
25
26
user: __token__
27
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments