Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Mar 19, 2024
1 parent 9593ca6 commit 2bebe00
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/poetry_pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: master
ref: splink4_dev
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
Expand All @@ -32,7 +32,3 @@ jobs:
# feed exact file for ease
file_pattern: 'duckdbless_requirements.txt'
repository: ./scripts
- name: Update binder_branch branch so binder points to current master
run: |
git branch -f binder_branch master
git push origin binder_branch

0 comments on commit 2bebe00

Please sign in to comment.