There was an error while loading. Please reload this page.
1 parent b94393e commit 7c27f22Copy full SHA for 7c27f22
.github/workflows/deploy-job.yml
@@ -63,6 +63,7 @@ jobs:
63
name: built-artifacts
64
path: dist
65
- name: Publish package to Test PyPI
66
+ if: github.ref == 'refs/heads/main'
67
uses: pypa/gh-action-pypi-publish@release/v1
68
with:
69
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# gods_eye changelog
2
3
+## 1.0.6
4
+- Add pipeline.
5
+ Add deploy to PyPI.
6
+ Add tests and code check.
7
+
8
## 1.0.5
9
- Pylint check code style
10
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = gods_eye
-version = 1.0.5
+version = 1.0.6
author = Pavel Dat
author_email = dats.pavel1999@gmail.com
description = A set of tools which should be used in Gods Eye
0 commit comments