diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad92bfa..0e0b925 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: diff --git a/changelog.txt b/changelog.txt index 67e11b2..22b14f5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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.