-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish to PyPI and TestPyPI #94
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
andrewphilipsmith
had a problem deploying
to
testpypi
December 13, 2024 21:50 — with
GitHub Actions
Failure
andrewphilipsmith
had a problem deploying
to
testpypi
December 13, 2024 22:41 — with
GitHub Actions
Failure
andrewphilipsmith
had a problem deploying
to
testpypi
December 13, 2024 22:55 — with
GitHub Actions
Failure
andrewphilipsmith
had a problem deploying
to
testpypi
December 13, 2024 23:15 — with
GitHub Actions
Failure
andrewphilipsmith
force-pushed
the
publish-to-pypi
branch
from
December 13, 2024 23:23
f234835
to
d7c6b32
Compare
andrewphilipsmith
had a problem deploying
to
testpypi
December 13, 2024 23:33 — with
GitHub Actions
Failure
andrewphilipsmith
temporarily deployed
to
testpypi
December 13, 2024 23:46 — with
GitHub Actions
Inactive
andrewphilipsmith
force-pushed
the
publish-to-pypi
branch
2 times, most recently
from
December 14, 2024 12:17
85b2127
to
64690a2
Compare
andrewphilipsmith
temporarily deployed
to
testpypi
December 14, 2024 12:28 — with
GitHub Actions
Inactive
andrewphilipsmith
force-pushed
the
publish-to-pypi
branch
from
December 14, 2024 19:07
64690a2
to
3b86d4b
Compare
andrewphilipsmith
temporarily deployed
to
testpypi
December 14, 2024 19:18 — with
GitHub Actions
Inactive
andrewphilipsmith
force-pushed
the
publish-to-pypi
branch
8 times, most recently
from
December 17, 2024 17:12
0c6b3ed
to
e9456a2
Compare
andrewphilipsmith
force-pushed
the
publish-to-pypi
branch
from
December 17, 2024 17:19
e9456a2
to
d0d45c7
Compare
andrewphilipsmith
force-pushed
the
publish-to-pypi
branch
from
December 17, 2024 17:36
28a520d
to
f15665f
Compare
andrewphilipsmith
had a problem deploying
to
testpypi
December 17, 2024 17:51 — with
GitHub Actions
Failure
andrewphilipsmith
temporarily deployed
to
testpypi
December 17, 2024 22:33 — with
GitHub Actions
Inactive
sgreenbury
reviewed
Dec 18, 2024
.github/workflows/python.yml
Outdated
release: | ||
name: Release to PyPI | ||
runs-on: ubuntu-latest | ||
# TODO Re-enable after first successful run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps this comment can be removed now?
Suggested change
# TODO Re-enable after first successful run |
sgreenbury
approved these changes
Dec 18, 2024
Update from PR review
andrewphilipsmith
temporarily deployed
to
testpypi
December 19, 2024 13:14 — with
GitHub Actions
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR reinstates the CD process to publish the Python package to PyPI and TestPyPI. Packages will be published:
Most common platform and architecture combinations are supported:
There are problems with the build for Linux on non-intel architecture, which will be described and dealt with in more detail here #96.
This PR contributes to #77