We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aac3055 + 13578df commit e1cd5d4Copy full SHA for e1cd5d4
.github/workflows/publish.yml
@@ -28,10 +28,10 @@ jobs:
28
env:
29
TWINE_USERNAME: __token__
30
TWINE_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
31
-
32
run: |
33
- twine upload \
34
- --repository-url https://upload.pypi.github.io/UCD-BDLab/BioNeuralNet \
+ python -m pip install --upgrade pip twine
+ python -m twine upload \
+ --repository-url https://api.github.com/orgs/${{ github.repository_owner }}/packages/pypi/upload \
35
dist/*
36
37
- name: Publish to PyPI
0 commit comments