Skip to content

Commit

Permalink
Merge pull request #12 from eieste/development
Browse files Browse the repository at this point in the history
fix: fix gh-actions and pyproject.toml
  • Loading branch information
eieste authored Nov 7, 2024
2 parents c75d7c3 + 1da1bb7 commit 18d8805
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ jobs:
# Dedicated environments with protections for publishing are strongly recommended.
environment:
name: release
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
# url: https://pypi.org/p/YOURPROJECT

steps:
- name: Retrieve release distributions
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ version = { file = "VERSION" }

[project.optional-dependencies]
dev = ["pre-commit", "sphinx-autobuild", "coverage", "pytest", "pytest-mock", "pre-commit", "sphinx-argparse"]

docs = ["sphinx", "sphinx-rtd-theme"]

[tool.black]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python-hcl2==4.3.5
setuptools
setuptools==69.0.3

0 comments on commit 18d8805

Please sign in to comment.