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 c5f21e3 commit 2ec0a57Copy full SHA for 2ec0a57
.github/workflows/release-deploy.yml
@@ -15,8 +15,6 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v2
18
- with:
19
- path: main
20
21
- name: Set up Python ${{ matrix.python-version }}
22
uses: actions/setup-python@v2
@@ -27,11 +25,10 @@ jobs:
27
25
run: |
28
26
python -m pip install --upgrade pip
29
python -m pip install build
30
- cd main
31
python -m build
32
33
- name: Publish package to PyPI
34
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
35
with:
36
user: __token__
37
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments