Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
j4ckofalltrades committed Aug 13, 2023
1 parent 0569889 commit eedf888
Show file tree
Hide file tree
Showing 6 changed files with 320 additions and 352 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
OS: ubuntu-latest
PYTHON: '3.7'
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@master
uses: actions/setup-python@v4
with:
python-version: 3.7

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Python 3.7
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.7

Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,25 @@ on:
workflow_dispatch:

jobs:
build-n-publish:
name: Build and publish to PyPI
pypi-publish:
name: upload release to PyPI
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.7
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.7

- name: Install pypa/build
- name: Build
run: |
python -m pip install poetry
poetry install --without test,docs
poetry build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.2
3.9.0
Loading

0 comments on commit eedf888

Please sign in to comment.