Skip to content

Commit

Permalink
Merge pull request #135 from libAtoms/23-sdist-syntax-3
Browse files Browse the repository at this point in the history
Update build-wheels.yml
  • Loading branch information
jameskermode authored Jan 13, 2023
2 parents 180e8c6 + aa6b6dd commit d0c8280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
id: check-tag
run: |
if [[ ${{ github.ref }} =~ ^refs/tags/v[0-9]+\.[0-9]+\.[0-9]+ ]]; then
echo "{match}={true}" >> $GITHUB_OUTPUT
echo "match=true" >> $GITHUB_OUTPUT
fi
shell: bash

Expand Down

0 comments on commit d0c8280

Please sign in to comment.