Skip to content

Commit

Permalink
remove internal pypi push
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed May 8, 2024
1 parent 20de9b6 commit 4ac0867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheel-and-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Set variables for workflows
id: set-outputs
run: |
echo "dev=false" >> $GITHUB_OUTPUT
echo "release=false" >> $GITHUB_OUTPUT
echo "dev=$DEV" >> $GITHUB_OUTPUT
echo "release=$RELEASE" >> $GITHUB_OUTPUT
build-wheel-and-push:
needs: set-outputs
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/test-wheel-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@ jobs:
run: |
echo "FILENAME=$(echo dist_s3/*.whl)" >> $GITHUB_ENV
- name: Push to internal pypi
uses: neuralmagic/nm-actions/actions/upload-whl@main
with:
server: ${{ secrets.NM_PRIVATE_PYPI_LOCATION }}
username: ${{ secrets.NM_PRIVATE_PYPI_USER }}
password: ${{ secrets.NM_PRIVATE_PYPI_AUTH }}
whl: ./$FILENAME
port: 8080

- name: Install whl
run: |
pip3 install $FILENAME[dev]
Expand Down

0 comments on commit 4ac0867

Please sign in to comment.