Skip to content

Commit

Permalink
Merge pull request #2 from brainelectronics/bugfix/fix-release-pipeline
Browse files Browse the repository at this point in the history
Fix release pipeline
  • Loading branch information
brainelectronics authored Jul 31, 2022
2 parents 0c2fff7 + 78d79f8 commit 381d17a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
# os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down
5 changes: 5 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
MIT License

Copyright (c) 2016 The Python Packaging Authority (PyPA)
Forked from https://github.com/pypa/sampleproject

Copyright (c) 2022 brainelectronics and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down

0 comments on commit 381d17a

Please sign in to comment.