We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6066f commit 5e93c00Copy full SHA for 5e93c00
.github/workflows/nightly-pypi-build.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: ./.github/workflows/pypi-build-artifacts.yml # Reference the PyPI build workflow
30
with:
31
VERSION: "0.0.0" # Generate nightly version
32
- RC: "0" # Reset RC for nightly builds
+ RC: "1" # Reset RC for nightly builds
33
34
testpypi-publish:
35
name: Publish to TestPypi
0 commit comments