Skip to content

Commit 5184f58

Browse files
don't export source zip
1 parent 9ddb37c commit 5184f58

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* export-ignore

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: ${{ steps.diff_check.outputs.update == 'true' }}
3737
uses: pyTooling/Actions/releaser@main
3838
with:
39-
tag: nightly
39+
tag: latest
4040
rm: true
4141
token: ${{secrets.GITHUB_TOKEN}}
4242
files: |

0 commit comments

Comments
 (0)