Skip to content

Commit

Permalink
Temporarily set changes file statically to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Oct 25, 2024
1 parent fe5c22c commit 02d9d71
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,21 @@ jobs:
gh release create ${GITHUB_REF_NAME}
--draft
--title ${GITHUB_REF_NAME}
--notes-file doc/changes/changes_${GITHUB_REF_NAME}.md
--notes-file doc/changes/changes_0.1.0.md
dist/*
.slc/*
# - name: GitHub Release
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: >
# gh release create ${GITHUB_REF_NAME}
# --draft
# --title ${GITHUB_REF_NAME}
# --notes-file doc/changes/changes_${GITHUB_REF_NAME}.md
# dist/*
# .slc/*

# - name: PyPi Release
# env:
# POETRY_HTTP_BASIC_PYPI_USERNAME: "__token__"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
run: true

experimental:
needs: [ ci-job ]
uses: ./.github/workflows/build-and-publish.yml
secrets: inherit

0 comments on commit 02d9d71

Please sign in to comment.