From 5432c7655760fd0c811adbeb5ed01186d86b4eed Mon Sep 17 00:00:00 2001 From: Jonas Scharpf Date: Sun, 31 Jul 2022 14:20:32 +0200 Subject: [PATCH 1/3] add name for checkout stage in test workflow --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: From 16b3b6d99359569904d05e2886b37a8e8d11c10c Mon Sep 17 00:00:00 2001 From: Jonas Scharpf Date: Sun, 31 Jul 2022 14:22:04 +0200 Subject: [PATCH 2/3] fix build package command in release workflow, fix #1 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ From 78d79f8fe85c2852d232a4903c940566f875c260 Mon Sep 17 00:00:00 2001 From: Jonas Scharpf Date: Sun, 31 Jul 2022 14:25:09 +0200 Subject: [PATCH 3/3] update license text --- LICENSE.txt | 5 +++++ 1 file changed, 5 insertions(+) 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