-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update on_tag_do_release_and_deploy_pypi.yml
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,10 @@ jobs: | |
- name: Patch Sources with "tag version ref" | ||
run: python .github/workflows/update_version.py ${{github.ref_name}} | ||
|
||
- name: Install pytest + dependancies | ||
run: | | ||
python -m pip install --upgrade pip poetry | ||
poetry install --with dev | ||
#- name: Install pytest + dependancies | ||
# run: | | ||
# python -m pip install --upgrade pip poetry | ||
# poetry install --with dev | ||
|
||
#- name: Test with pytest | ||
# run: | | ||
|
@@ -29,4 +29,4 @@ jobs: | |
- name: Build and publish to pypi | ||
uses: JRubics/[email protected] | ||
with: | ||
pypi_token: ${{ secrets.PYPI_TOKEN }} | ||
pypi_token: ${{ secrets.PYPI_TOKEN }} |