Skip to content

Commit e1cd5d4

Browse files
authored
Merge pull request #77 from UCD-BDLab/update-publish-yml-release-on-tag-two
Fix bug related to publish.yml attempt 2 All test checks have passed. Since no code change I will merge to main bypassing rule.
2 parents aac3055 + 13578df commit e1cd5d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
env:
2929
TWINE_USERNAME: __token__
3030
TWINE_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
31-
3231
run: |
33-
twine upload \
34-
--repository-url https://upload.pypi.github.io/UCD-BDLab/BioNeuralNet \
32+
python -m pip install --upgrade pip twine
33+
python -m twine upload \
34+
--repository-url https://api.github.com/orgs/${{ github.repository_owner }}/packages/pypi/upload \
3535
dist/*
3636
3737
- name: Publish to PyPI

0 commit comments

Comments
 (0)