Skip to content

Commit 9f68c01

Browse files
authored
Merge pull request #14 from miaow2/develop
Fix publish ci
2 parents 870825c + 95ab4ee commit 9f68c01

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
uses: actions/setup-python@v4
12+
- uses: actions/setup-python@v4
1313
with:
1414
python-version: "3.10"
1515
- name: Setup publish env

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.0 (2023-07-23)
4+
5+
* Publish on PyPI.
6+
37
## 0.1.1 (2023-07-23)
48

59
* Add DataSoures as sources for device configurations.

0 commit comments

Comments
 (0)