Skip to content

Commit

Permalink
update condition
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Apr 3, 2024
1 parent 3dcc204 commit bc1023a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-and-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
secrets: inherit

push-to-internal-pypi:
if: ${{ env.INTERNAL == 'true' }}
needs: pull-wheel-and-test
runs-on: ubuntu-latest
steps:
- name: Push to internal pypi
if: ${{ env.INTERNAL == 'true' }}
uses: neuralmagic/nm-actions/actions/nm-upload-whl@upload-pypi
with:
python: '3.10'
Expand Down

0 comments on commit bc1023a

Please sign in to comment.