Skip to content

Commit

Permalink
Fix versioning action
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Oct 16, 2024
1 parent 6616a6e commit a08cf63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/fetch_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from policyengine_us_data.__version__ import __version__
from policyengine_uk_data.__version__ import __version__


def fetch_version():
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_versioning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
add: "."
committer_name: Github Actions[bot]
author_name: Github Actions[bot]
message: Update PolicyEngine US data
github_token: ${{ secrets.POLICYENGINE_US_DATA_GITHUB_TOKEN }}
message: Update PolicyEngine UK data
github_token: ${{ secrets.POLICYENGINE_UK_DATA_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packages = ["policyengine_uk_data"]
include-package-data = true

[tool.setuptools.package-data]
"policyengine_us_data" = ["**/*"]
"policyengine_uk_data" = ["**/*"]

[tool.pytest.ini_options]
addopts = "-v"
Expand Down

0 comments on commit a08cf63

Please sign in to comment.