Skip to content

Commit 5e93c00

Browse files
committed
1
1 parent 1f6066f commit 5e93c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-pypi-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: ./.github/workflows/pypi-build-artifacts.yml # Reference the PyPI build workflow
3030
with:
3131
VERSION: "0.0.0" # Generate nightly version
32-
RC: "0" # Reset RC for nightly builds
32+
RC: "1" # Reset RC for nightly builds
3333

3434
testpypi-publish:
3535
name: Publish to TestPypi

0 commit comments

Comments
 (0)