Browse Source

fix dependencies

Daniel Gatis 2 years ago
parent
commit
848a38e4cc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/publish_pypi.yml
  2. 1 1
      requirements-gpu.txt

+ 1 - 1
.github/workflows/publish_pypi.yml

@@ -22,5 +22,5 @@ jobs:
                   python3 setup.py sdist bdist_wheel
                   python3 -m twine upload dist/*
               env:
-                  TWINE_USERNAME: ${{ secrets.PIPY_USERNAME }}
+                  TWINE_USERNAME: __token__
                   TWINE_PASSWORD: ${{ secrets.PIPY_PASSWORD }}

+ 1 - 1
requirements-gpu.txt

@@ -1 +1 @@
-onnxruntime-gpu==1.14.1
+onnxruntime-gpu