Skip to content

Commit

Permalink
fix missed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Jan 31, 2024
1 parent 481b262 commit b743fba
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,36 +220,36 @@ jobs:
# print-hash: true

# mark-release:
needs:
- build
- test-pypi-publish
- pre-release-checks
- publish
runs-on: ubuntu-latest
permissions:
# This permission is needed by `ncipollo/release-action` to
# create the GitHub release.
contents: write
# needs:
# - build
# - test-pypi-publish
# - pre-release-checks
# - publish
# runs-on: ubuntu-latest
# permissions:
# # This permission is needed by `ncipollo/release-action` to
# # create the GitHub release.
# contents: write

defaults:
run:
working-directory: .
# defaults:
# run:
# working-directory: .

steps:
- uses: actions/checkout@v4
# steps:
# - uses: actions/checkout@v4

- name: Set up Python + Poetry ${{ env.POETRY_VERSION }}
uses: "./.github/actions/poetry_setup"
with:
python-version: ${{ env.PYTHON_VERSION }}
poetry-version: ${{ env.POETRY_VERSION }}
working-directory: .
cache-key: release
# - name: Set up Python + Poetry ${{ env.POETRY_VERSION }}
# uses: "./.github/actions/poetry_setup"
# with:
# python-version: ${{ env.PYTHON_VERSION }}
# poetry-version: ${{ env.POETRY_VERSION }}
# working-directory: .
# cache-key: release

- uses: actions/download-artifact@v3
with:
name: dist
path: ./dist/
# - uses: actions/download-artifact@v3
# with:
# name: dist
# path: ./dist/

# - name: Create Release
# uses: ncipollo/release-action@v1
Expand Down

0 comments on commit b743fba

Please sign in to comment.