fix: fixes publish pipline
All checks were successful
ci/woodpecker/push/woodpecker_ci Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker_ci Pipeline was successful
This commit is contained in:
parent
011249e002
commit
949b2a3d68
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ls
|
- ls
|
||||||
- python3 -m pip install twine
|
- python3 -m pip install twine
|
||||||
- python3 -m twine upload dist/*
|
- python3 -m twine upload src/dist/*
|
||||||
|
|
||||||
- name: publish_forgejo
|
- name: publish_forgejo
|
||||||
depends_on: [gitversion, tagging, build]
|
depends_on: [gitversion, tagging, build]
|
||||||
|
@ -89,4 +89,4 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ls
|
- ls
|
||||||
- python3 -m pip install twine
|
- python3 -m pip install twine
|
||||||
- python3 -m twine upload --repository-url https://code.boxyfoxy.net/api/packages/CodeByMrFinchum/pypi dist/*
|
- python3 -m twine upload --repository-url https://code.boxyfoxy.net/api/packages/CodeByMrFinchum/pypi src/dist/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue