We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec5a04f + 40095e5 commit 71c787eCopy full SHA for 71c787e
4 files changed
.github/workflows/check-blocking-labels.yml
@@ -43,4 +43,3 @@ jobs:
43
run: |
44
echo "This pull request needs (more) unit tests before it may be merged (needs-unit-tests)"
45
exit 3
46
-
.github/workflows/test-action.yml
@@ -24,11 +24,8 @@ jobs:
24
steps:
25
- uses: actions/checkout@v4
26
27
- - uses: actions/setup-python@v5
28
- with:
29
- python-version: "3.12"
30
31
- name: Set PyPI Version
32
- uses: PowerGridModel/pgm-version-bump@${{ github.sha }}
33
34
- token: ${{ secrets.GITHUB_TOKEN }}
+ uses: ./
+
+ - name: Show latest version
+ run: cat PYPI_VERSION
VERSION
@@ -0,0 +1 @@
1
+0.0
VERSION.license
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
2
3
+SPDX-License-Identifier: MPL-2.0
0 commit comments