We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ae8ac commit ae508c1Copy full SHA for ae508c1
1 file changed
.github/workflows/Publish_NIMG.yml
@@ -64,14 +64,6 @@ jobs:
64
git add .
65
git commit -m "Promote NIMG package version to match the release tag" -a
66
working-directory: ./ni_measurement_generator
67
-
68
- - name: Push changes to the Main branch
69
- if: ${{ startsWith(github.event.release.target_commitish, 'main') }}
70
- uses: CasperWA/push-protected@v2.10.0
71
- with:
72
- token: ${{ secrets.ADMIN_PAT }}
73
- branch: ${{ github.event.release.target_commitish }}
74
- unprotect_reviews: true
75
76
# To Test the Publish use : poetry publish --build --username __token__ --password ${{ secrets.TEST_PYPI_TOKEN }} -r test-pypi
77
- name: Build Python package and publish to PyPI
0 commit comments