Skip to content

Commit

Permalink
fix release pipeline (#489)
Browse files Browse the repository at this point in the history
* remove forbidden key cache

* remove ref key

* Update .github/workflows/publish-release-to-pypi.yml

Co-authored-by: dtrai2 <[email protected]>

---------

Co-authored-by: dtrai2 <[email protected]>
  • Loading branch information
ekneg54 and dtrai2 authored Dec 6, 2023
1 parent fccd970 commit e8293cb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ jobs:
name: Build Logprep
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}

- name: Initialize Python
uses: actions/setup-python@v1
with:
python-version: 3.10
cache: "pip"
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down

0 comments on commit e8293cb

Please sign in to comment.