-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump bubop version, use poetry dynamic versioning, downgrade pyyaml
- Loading branch information
1 parent
ccfeb30
commit 7594d06
Showing
6 changed files
with
817 additions
and
845 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 |
---|---|---|
|
@@ -57,11 +57,12 @@ jobs: | |
- name: Python Poetry Action | ||
uses: abatilo/[email protected] | ||
with: | ||
poetry-version: "1.3.2" | ||
poetry-version: "1.6.1" | ||
- name: Install prerequisites | ||
run: | | ||
sudo ./scripts/install-taskwarrior.sh | ||
poetry install --all-extras | ||
poetry self add "poetry-dynamic-versioning[plugin]" | ||
task --version | ||
- name: Run tests | ||
run: poetry run pytest | ||
|
@@ -75,9 +76,11 @@ jobs: | |
- name: Python Poetry Action | ||
uses: abatilo/[email protected] | ||
with: | ||
poetry-version: "1.3.2" | ||
poetry-version: "1.6.1" | ||
- name: Install prerequisites | ||
run: poetry install -E google -E notion -E gkeep | ||
run: | | ||
poetry install -E google -E notion -E gkeep | ||
poetry self add "poetry-dynamic-versioning[plugin]" | ||
- name: Run style checkers and linters | ||
run: poetry run pre-commit run --all-files | ||
coverage: | ||
|
@@ -90,11 +93,12 @@ jobs: | |
- name: Python Poetry Action | ||
uses: abatilo/[email protected] | ||
with: | ||
poetry-version: "1.3.2" | ||
poetry-version: "1.6.1" | ||
- name: Install prerequisites | ||
run: | | ||
sudo ./scripts/install-taskwarrior.sh | ||
poetry install --all-extras | ||
poetry self add "poetry-dynamic-versioning[plugin]" | ||
task --version | ||
- name: Coverage | ||
run: | | ||
|
@@ -113,7 +117,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Publish package to pypi | ||
uses: JRubics/poetry-publish@v1.9 | ||
uses: JRubics/poetry-publish@v1.16 | ||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') | ||
with: | ||
pypi_token: ${{ secrets.PYPI_API_TOKEN }} | ||
plugins: "poetry-dynamic-versioning[plugin]" |
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
Oops, something went wrong.