Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Apr 3, 2024
1 parent 1a3078e commit 903b09c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-whl-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ jobs:
echo "FILENAME=$(echo dist_s3/*.whl)" >> $GITHUB_ENV
- name: Get path
working_directory: dist_s3
working-directory: ./dist_s3
run: |
ls
echo ${{ github.workspace }}
pwd
- name: Push to internal pypi
working_directory: dist_s3
uses: neuralmagic/nm-actions/actions/nm-upload-whl@upload-pypi
with:
python: '3.10'
Expand Down

0 comments on commit 903b09c

Please sign in to comment.