We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea232e0 + bb63e0c commit e6feadcCopy full SHA for e6feadc
.github/workflows/deploy.yml
@@ -28,6 +28,11 @@ jobs:
28
repository: https://upload.pypi.org/legacy/
29
username: $env:PYPI_USERNAME
30
password: $env:PYPI_PASSWORD
31
+
32
+ [navigate-micro]
33
+ repository: https://github.com/thedeanlab/navigate
34
+ username: $env:PYPI_USERNAME
35
+ password: $env:PYPI_PASSWORD
36
"@ | Set-Content -Path $env:USERPROFILE\.pypirc
37
- name: Set up Python ${{ matrix.python-version }}
38
uses: actions/setup-python@v3
0 commit comments