Skip to content

Commit

Permalink
ci: Fix package reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Aug 14, 2024
1 parent c38c153 commit fb0571e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ on:
required: false
default: "5.1.1"

secrets:
pypi-user:
description: "PyPI username to use."
required: true

pypi-password:
description: "PyPI password (token) to use."
required: true

jobs:
package:
name: "Build & Deploy Package"
Expand All @@ -44,6 +35,3 @@ jobs:
- name: "Publish package"
if: "${{ startsWith(github.ref, 'refs/tags/') }}"
uses: "pypa/[email protected]"
with:
user: "${{ secrets.pypi-user }}"
password: "${{ secrets.pypi-password }}"

0 comments on commit fb0571e

Please sign in to comment.