Skip to content

Commit

Permalink
drop action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Nov 14, 2024
1 parent d2fa244 commit bd5ae94
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,6 @@ jobs:
git checkout ${{ github.event.release.target_commitish }}
git merge $GITHUB_REF_NAME-with-upserting-changes-pre-upload
git push origin ${{ github.event.release.target_commitish }}
- name: Push generated citation files from CITATION.cff to repo
uses: ./.github/actions/update_citations
with:
CITATION_DIR: 'src/PyPop/citation'
INIT_FILE: 'src/PyPop/__init__.py'
PUSH: "origin ${{ github.event.release.target_commitish }}"
- name: Clean-up and remove files not for export
run: |
# FIXME: removing files marked with 'export-ignore' 'set' in .gitattributes
Expand Down

0 comments on commit bd5ae94

Please sign in to comment.