diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a544ef..f880345 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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 \ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48f23af..3123060 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: diff --git a/LICENSE.txt b/LICENSE.txt index c74aced..bf4a657 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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