https://github.com/bashtage/randomgen-wheels
Wheel uploading for randomgen
https://github.com/bashtage/randomgen-wheels
Last synced: 4 months ago
JSON representation
Wheel uploading for randomgen
- Host: GitHub
- URL: https://github.com/bashtage/randomgen-wheels
- Owner: bashtage
- Created: 2018-03-16T21:49:00.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T13:11:39.000Z (over 1 year ago)
- Last Synced: 2025-04-15T00:07:49.696Z (about 1 year ago)
- Language: Shell
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Building and uploading randomgen wheels
========================================
We automate wheel building using this custom github repository that builds ousing GitHub actions and cibuildwheel.
Triggering a build
------------------
You will likely want to edit the `build-wheels.yml` file to specify the `BUILD_COMMIT` before triggering a build - see below.
You can trigger a build by making a commit to the randomgen-wheels repository (e.g. with git commit --allow-empty).
Which randomgen commit does the repository build?
-------------------------------------------------
The randomgen-wheels repository will build the commit specified in the `BUILD_COMMIT` at the top of the `.travis.yml` file. This can be any naming of a commit, including branch name, tag name or commit hash.
Uploading the built wheels to pypi
----------------------------------
Wheels are are automatically uploaded using [twine](https://pypi.python.org/pypi/twine).
Of course, you will need permissions to upload to PyPI, for this to work.