Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mips2648 committed May 12, 2024
1 parent e5e9370 commit bf54239
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
File renamed without changes.
24 changes: 0 additions & 24 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,3 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
directory: 'jeedomdaemon'
prerelease: 'true'

publish:
needs: [release-on-success]
if: ${{ github.repository == 'Mips2648/jeedom-daemon-py' && needs.release-on-success.outputs.released == 'true' }}
runs-on: ubuntu-latest
# Specifying a GitHub environment is optional, but strongly encouraged
environment: release
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450

0 comments on commit bf54239

Please sign in to comment.