Skip to content

Commit 42215a8

Browse files
authored
Merge pull request #61 from UBC-MDS/deploy_updates
fixed syntax for install dependices and removed password
2 parents 95a6e3e + b1900a3 commit 42215a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install -e .[dev, tests]
30+
pip install -e .[dev,tests]
3131
3232
# Run pytest with coverage
3333
- name: Run tests with coverage
@@ -68,5 +68,4 @@ jobs:
6868
- name: Publish package to TestPyPI
6969
uses: pypa/gh-action-pypi-publish@release/v1
7070
with:
71-
repository-url: https://test.pypi.org/legacy/
72-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
71+
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)