Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
pip install setuptools wheel twine --upgrade
pip install -r rasgotransforms/requirements.txt

- name: Verify version
run: |
cd rasgotransforms/rasgotransforms
python -c "from version import __version__; assert __version__ == \"${GITHUB_REF#refs/tags/}\", \"Versions don\'t match\""
cd ../..

- name: Build and publish
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ operations:
- ISLAND_START_DATETIME
- ISLAND_ROW_COUNT
- ISLAND_DURATION_{{buffer_date_part}}
source_table: '{{rename}}'
source_table: '{{rename}}'