Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbacter01 committed Feb 14, 2023
1 parent 0ff7900 commit 982bcbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:

- name: Install dependencies
run: |
python -m pip install -U jupyterlab~=3.1 setuptools twine build
python -m pip install -U jupyterlab~=3.2.8 setuptools twine build
- name: Build package
run: |
python -m build
- name: Release on Pypi
env:
TWINE_USERNAME: tvb
TWINE_USERNAME: ${{ secrets.PYPI_USER }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASS }}
run: |
echo "Publishing on pypi..."
Expand Down

0 comments on commit 982bcbb

Please sign in to comment.