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.
2 parents e23f433 + 4fdfe72 commit c997a99Copy full SHA for c997a99
.github/workflows/python-publish.yml
@@ -16,22 +16,20 @@ jobs:
16
runs-on: ubuntu-latest
17
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
20
with:
21
ref: 'main'
22
23
- name: Set up Python
24
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
25
26
- python-version: '3.6.7'
+ python-version: '3.x'
27
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip
31
pip install setuptools wheel twine
32
33
-
34
35
- name: Publish package
36
env:
37
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments