]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
allow for no spaced near the = in the tag_build
authorFederico Caselli <cfederico87@gmail.com>
Wed, 8 Apr 2020 22:56:42 +0000 (00:56 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 8 Apr 2020 22:56:42 +0000 (00:56 +0200)
Change-Id: I67b524025467fc2ee1faf34f3fe241a19b9c72f3

.github/workflows/create-wheels.yaml

index 21ab6cfb9712eb7dfae49684e19165e125c3c3fd..d3005a2bba4dc5c7d5c2988b8ece0735d977efa5 100644 (file)
@@ -63,7 +63,7 @@ jobs:
         # `-replace` uses a regexp match
         # alternative form: `(get-content setup.cfg) | foreach-object{$_ -replace "tag_build.=.dev",""} | set-content setup.cfg`
         run: |
-          (cat setup.cfg) | %{$_ -replace "tag_build.=.dev",""} | set-content setup.cfg
+          (cat setup.cfg) | %{$_ -replace "tag_build.?=.?dev",""} | set-content setup.cfg
 
       - name: Create wheel
         # create the wheel using --no-use-pep517 since locally we have pyproject
@@ -174,7 +174,7 @@ jobs:
         # `-replace` uses a regexp match
         # alternative form: `(get-content setup.cfg) | foreach-object{$_ -replace "tag_build.=.dev",""} | set-content setup.cfg`
         run: |
-          (cat setup.cfg) | %{$_ -replace "tag_build.=.dev",""} | set-content setup.cfg
+          (cat setup.cfg) | %{$_ -replace "tag_build.?=.?dev",""} | set-content setup.cfg
 
       - name: Create python PEP 425 tag for manylinux build
         id: linux-py-version