forked from orbit-oss/flask
update workflows
update publish parameter names remove pip update
This commit is contained in:
parent
859d63902e
commit
4911012cf4
2 changed files with 3 additions and 8 deletions
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
|
|
@ -65,8 +65,8 @@ jobs:
|
|||
# Try uploading to Test PyPI first, in case something fails.
|
||||
- uses: pypa/gh-action-pypi-publish@29930c9cf57955dc1b98162d0d8bc3ec80d9e75c
|
||||
with:
|
||||
repository_url: https://test.pypi.org/legacy/
|
||||
packages_dir: artifact/
|
||||
repository-url: https://test.pypi.org/legacy/
|
||||
packages-dir: artifact/
|
||||
- uses: pypa/gh-action-pypi-publish@29930c9cf57955dc1b98162d0d8bc3ec80d9e75c
|
||||
with:
|
||||
packages_dir: artifact/
|
||||
packages-dir: artifact/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue