Skip to content

Commit

Permalink
Update publish_gh_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Jun 20, 2024
1 parent 87e60cd commit 07edd98
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish_gh_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,10 @@ jobs:
if: ${{ inputs.current_version != inputs.new_version }}
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Upgrade pip and install dependencies
- name: Verify file access and content
run: |
python3 -m pip install --upgrade pip
ls -l
cat src/nplinker/__init__.py
- name: Update package version and change log
run: |
make update-version CURRENT_VERSION=${{ inputs.current_version }} NEW_VERSION=${{ inputs.new_version }}
Expand Down

0 comments on commit 07edd98

Please sign in to comment.