Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rosericazondekon committed Jun 22, 2023
1 parent 366125b commit 55f38b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- "3.11"
- "3.10"
- "3.9"
- "3.8"
- "3.7"
# - "3.8"
# - "3.7"
os:
- ubuntu-20.04
- macos-12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: python3 -m pip install --upgrade build && python3 -m build
- run: python3 -m pip install --upgrade pip && python3 -m pip install tox && python3 -m pip install --upgrade build && python3 -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37, py38, py39, py310, py311, flake8
envlist = py39, py310, py311, flake8

[travis]
python =
Expand All @@ -8,7 +8,6 @@ python =
3.9: py39
3.8: py38
3.7: py37
3.6: py36

[testenv:flake8]
basepython = python
Expand Down

0 comments on commit 55f38b4

Please sign in to comment.