Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
CrysFML
Commits
419648a4
Unverified
Commit
419648a4
authored
Jul 15, 2021
by
Simon Ward
Browse files
Update build_variants.yml
parent
f7fcda34
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build_variants.yml
View file @
419648a4
...
...
@@ -63,7 +63,7 @@ jobs:
strategy
:
max-parallel
:
4
matrix
:
python-version
:
[
'
3.6'
,
'
3.7'
,
'
3.8'
]
python-version
:
[
'
3.6'
,
'
3.7'
]
os
:
[
windows-latest
]
runs-on
:
${{ matrix.os }}
...
...
@@ -114,6 +114,6 @@ jobs:
replacesArtifacts
:
true
token
:
${{ secrets.GITHUB_TOKEN }}
artifacts
:
"
./dist/*.whl"
tag
:
${{ env.BRANCH_NAME }}
commit
:
${{ env.BRANCH_NAME }}
bodyFile
:
"
RELEASE.md"
\ No newline at end of file
# tag: ${{ env.BRANCH_NAME }}
# commit: ${{ env.BRANCH_NAME }}
bodyFile
:
"
RELEASE.md"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment