Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/Publish_NIMG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ jobs:
git add .
git commit -m "Promote NIMG package version to match the release tag" -a
working-directory: ./ni_measurement_generator

- name: Push changes to the Main branch
if: ${{ startsWith(github.event.release.target_commitish, 'main') }}
uses: CasperWA/push-protected@v2.10.0
with:
token: ${{ secrets.ADMIN_PAT }}
branch: ${{ github.event.release.target_commitish }}
unprotect_reviews: true

# To Test the Publish use : poetry publish --build --username __token__ --password ${{ secrets.TEST_PYPI_TOKEN }} -r test-pypi
- name: Build Python package and publish to PyPI
Expand Down