Skip to content

Commit

Permalink
Resolving TestPyPI upload issue (#4)
Browse files Browse the repository at this point in the history
* updated github workflows

* try again with the new actions

* try the cbuildwheel updated suggested syntax

* disable pypy builds

* updated upload_pypi, also removed ubuntu and windows build to test upload to pypi

* test upload to pypi

* updated version number

* testing with new pypi api

* fixed token

* add back ubuntu and windows

* try skip-existing in pypi workflow

* try spawning job arrays for linus and windows builds

* added qemu docker for linux builds

* distributed build isn't faster, revert...
  • Loading branch information
cylammarco authored Jun 28, 2024
1 parent 025806e commit 37792d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ jobs:
with:
user: __token__
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
repository_url: https://test.pypi.org/legacy/
skip-existing: true

0 comments on commit 37792d6

Please # to comment.