Skip to content

Commit e6feadc

Browse files
Merge pull request #758 from TheDeanLab/pypi
Update deploy.yml
2 parents ea232e0 + bb63e0c commit e6feadc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
repository: https://upload.pypi.org/legacy/
2929
username: $env:PYPI_USERNAME
3030
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
3136
"@ | Set-Content -Path $env:USERPROFILE\.pypirc
3237
- name: Set up Python ${{ matrix.python-version }}
3338
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)