Skip to content

Commit

Permalink
fix build package command in release workflow, fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
brainelectronics committed Jul 31, 2022
1 parent 5432c76 commit 16b3b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# this file is *not* meant to cover or endorse the use of GitHub Actions, but rather to
# help make automated releases for this project

name: Release
name: Upload Python Package

on:
push:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
pip install .
- name: Build package
run: |
update_version \
changelog2version \
--changelog_file changelog.md \
--version_file src/changelog2version/version.py \
--version_file_type py \
Expand Down

0 comments on commit 16b3b6d

Please sign in to comment.