mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 12:56:22 +02:00
github-actions: fix twine upload directory
This commit is contained in:
parent
1739cd7dbe
commit
f889a2c58b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-and-deploy.yml
vendored
2
.github/workflows/test-and-deploy.yml
vendored
|
|
@ -237,7 +237,7 @@ jobs:
|
|||
ls -R dist
|
||||
|
||||
- name: Upload to PyPI using twine
|
||||
run: twine upload --skip-existing wheelhouse/*
|
||||
run: twine upload --skip-existing dist/*
|
||||
env:
|
||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue