We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/checkout@v2
setuptools_scm
1 parent 1052363 commit 85f7eb3Copy full SHA for 85f7eb3
.github/workflows/publish.yml
@@ -5,8 +5,15 @@ on: push
5
jobs:
6
publish:
7
runs-on: ubuntu-latest
8
+
9
steps:
- - uses: actions/checkout@v2
10
+ - name: Acquire sources
11
+ uses: actions/checkout@v2
12
13
+ # Fixup for `setuptools_scm`
14
+ # https://github.com/pypa/setuptools_scm/issues/480
15
+ with:
16
+ fetch-depth: 0
17
18
- name: Set up Python 3.9
19
uses: actions/setup-python@v2
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# CHANGELOG
2
3
## in progress
4
+* Add handler for health API. Thanks, @peekjef72!
+* Add support for datasource proxying. Thanks, @peekjef72!
+* Fix compatibility between `actions/checkout@v2` and `setuptools_scm`
## 2.0.2 (2022-02-03)
0 commit comments