Skip to content

Commit

Permalink
clean up - ready to merge to main once we change the workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
brianandres2 committed Jan 15, 2025
1 parent 9146484 commit f5de951
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pypi-upload.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Publish to Test PyPI

#TODO before merging to main change this to
# on:
# release:
# types:
# - published
on:
push:
branches:
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ enabled = true
dev_template = "{tag}"
dirty_template = "{tag}"

[tool.setuptools_scm]
local_scheme = "no-local-version"

[tool.pytest.ini_options]
pythonpath = "src"
testpaths = ["tests"]
Expand Down
1 change: 0 additions & 1 deletion src/e84_geoai_common/version.py

This file was deleted.

0 comments on commit f5de951

Please sign in to comment.