Skip to content

Commit

Permalink
Fixed invalid main.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Barnett committed Dec 24, 2023
1 parent cdcbf36 commit c1f1f2a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ jobs:

- name: Create GitHub release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
tag_name: ${{ github.ref }}
title: Release ${{ github.ref }}
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
tag_name: ${{ github.ref }}
title: Release ${{ github.ref }}

# Build source distribution & manylinux1_x86_64 wheels
# These two jobs build:
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version: 2023.12.24

Fixed invalid main.yml.

Version: 2023.12.23

The escape function no longer escapes \x00. It's not necessary.
Expand Down

0 comments on commit c1f1f2a

Please sign in to comment.