Skip to content

Commit

Permalink
Further fixes to release setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Apr 8, 2024
1 parent ab4860f commit 70a059c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
python_version: "3.10"
pypi_token: ${{ secrets.PYPI_TOKEN }}
package_directory: "opshin"
ignore_dev_requirements: "yes"
poetry_options: "--without dev"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ opshin = "opshin.__main__:main"
[tool.poetry_bumpversion.file."opshin/__init__.py"]

[build-system]
requires = ["poetry-core"]
requires = ["setuptools", "poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 70a059c

Please sign in to comment.