Skip to content

Commit

Permalink
revert changes from cfg file and add changes to setup.py in action
Browse files Browse the repository at this point in the history
  • Loading branch information
serhio-k committed Oct 23, 2024
1 parent 74417c0 commit b2caa51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/databricks-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
cp -n databricks/setup.cfg .
cp -n databricks/pyproject.toml .
sed -i 's/$/dev.0/' src/syngen/VERSION
sed -i 's/name="syngen"/name="syngen-databricks"/' src/syngen/setup.py
cat src/syngen/VERSION
python -m pip install --upgrade pip
pip install build
Expand Down
2 changes: 1 addition & 1 deletion databricks/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
name = syngen-databricks
name = syngen
version = file: src/syngen/VERSION
description = file: DESCRIPTION
long_description = file: README.md
Expand Down

0 comments on commit b2caa51

Please sign in to comment.