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 f261db6 commit a29cd31Copy full SHA for a29cd31
.github/workflows/pythonpackage.yml
@@ -3,7 +3,7 @@ name: Python package
3
on: [push, pull_request, workflow_dispatch]
4
5
env:
6
- release-python-version: "3.10"
+ release-python-version: "3.11"
7
8
jobs:
9
test:
@@ -81,7 +81,7 @@ jobs:
81
name: distribution-packages
82
path: dist/
83
- name: Publish a Python distribution to PyPI
84
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
85
with:
86
user: __token__
87
password: ${{ secrets.pypi_password }}
0 commit comments