Skip to content

Commit

Permalink
cicd: update actions and specify readme type
Browse files Browse the repository at this point in the history
  • Loading branch information
diegobit committed Aug 21, 2024
1 parent cafcd8d commit 77a5645
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- name: Set up Python 3.8
uses: actions/setup-python@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
name: Set up Python
with:
python-version: "3.8"
python-version: "3.11"

- name: Install pypa/build
run: >-
Expand All @@ -39,4 +39,4 @@ jobs:
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies = [
dynamic = ["readme"]

[tool.setuptools.dynamic]
readme = {file = ["README.md"]}
readme = {file = ["README.md"], content-type = "text/markdown"}

0 comments on commit 77a5645

Please sign in to comment.