This repository was archived by the owner on Sep 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcffc02
commit f8947dd
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
uses: abatilo/[email protected] | ||
|
||
- name: Setup environment | ||
run: poetry install | ||
run: poetry install --no-root | ||
|
||
- name: Run tests with Coverage | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
uses: abatilo/[email protected] | ||
|
||
- name: Setup environment | ||
run: poetry install | ||
run: poetry install --no-root | ||
|
||
- name: Build and publish package | ||
run: poetry publish --build --username __token__ --password ${{ secrets.TOKEN_PYPI }} | ||
|