Skip to content

Commit

Permalink
added py to path
Browse files Browse the repository at this point in the history
  • Loading branch information
StpdFox committed Oct 19, 2021
1 parent 1a62747 commit 80b5c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
USER: "bsteubing"
run: |
anaconda -t ${{ secrets.CONDA_UPLOAD_TOKEN }} upload -u ${{ env.USER }} \
-l main ${{ env.CONDA_BLD_PATH }}/noarch/${{ env.PKG_NAME }}-${{ env.VERSION }}-py_0.tar.bz2
-l main ${{ env.CONDA_BLD_PATH }}/noarch/${{ env.PKG_NAME }}-${{ env.VERSION }}-pypy_0.tar.bz2

0 comments on commit 80b5c72

Please sign in to comment.