Skip to content

Commit

Permalink
Updated pyproject.toml for readme and publish workflow for the newer …
Browse files Browse the repository at this point in the history
…publish action version.
  • Loading branch information
arsmlnkv committed Apr 25, 2024
1 parent 9c6447e commit bb1524e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python -m build
- name: Publish distribution
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.8
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Repository = "https://github.com/OWI-Lab/sep005-io-fast"
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
version = {attr = "sep005_io_fast.__version__"}
readme = {file = "README.md"}
readme = {file = "README.md", content-type = "text/markdown"}

0 comments on commit bb1524e

Please sign in to comment.