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 2b5ec89 commit bb1de82Copy full SHA for bb1de82
.github/workflows/Publish-Package.yml
@@ -94,6 +94,9 @@ jobs:
94
uses: ni/python-actions/setup-python@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4.1
95
- name: Set up Poetry
96
uses: ni/python-actions/setup-poetry@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4.1
97
+ # If the version is 0.1.0-alpha.0, this will set the version to 0.1.0
98
+ - name: Promote package version to release
99
+ run: poetry version patch
100
- name: Update project version
101
uses: ni/python-actions/update-project-version@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4.1
102
with:
0 commit comments