cylc / cylc-sphinx-extensions

Sphinx extensions for documenting Cylc projects.
https://cylc.github.io/cylc-sphinx-extensions/
GNU General Public License v3.0
4 stars 8 forks source link

[failure] Prepare release: 1.3.3 #56

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

⚡ Merging this PR will automatically create a GitHub Release & publish the package ⚡

This PR was created by the Release stage 1 - create release PR workflow, triggered by @oliver-sanders

Tests:

Checklist:

Next steps:

github-actions[bot] commented 3 years ago

failure

Check the run

Revert the release commit and rerun the release process to retry.

Alternatively you can still publish the dist to PyPI manually:

(Make sure you have commit 74246e6893b4f7271dd8548d29cce0d093da9f4f checked out)

# Create the build (old style for setup.py projects)
python3 setup.py bdist_wheel sdist

# Create the build (PEP517)
python -m build

# Upload your build to PyPI
twine upload dist/*

Then create a GitHub release (this link pre-populates the tag and target fields).


Comment created by workflow: Release stage 2 - auto publish, run: 7

oliver-sanders commented 3 years ago

Failed, reverting and trying again.