Skip to content

Commit

Permalink
Fix PyPI (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Apr 21, 2021
1 parent 6b7ad7f commit 7db7eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: linux
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ main, mig_dev, main_candidate, t21-main ]
branches: [ main, mig_dev, t21-main ]
pull_request:
branches: [ main, t21-main ]
release:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
# Change setuptools-scm local_scheme to "no-local-version" so the
# local part of the version isn't included, making the version string
# compatible with Test PyPI.
sed --in-place "s/'root'/'local_scheme':'no-local-version','root'/g" setup.py
sed --in-place 's/"root"/"local_scheme":"no-local-version","root"/g' setup.py
- name: Build source and wheel distributions
run: |
Expand Down

0 comments on commit 7db7eab

Please sign in to comment.