Skip to content

Commit fb967fd

Browse files
authored
Lint input (#3)
* Testing issues with cached positional arguments * swapped checks file to handler * removed src * ready to test * updated readme * removed pycache using gitignore * fixed pycache gitignore * removed pycache to reset * added testing github actions * testing actions * formatting yml * corrected github folder name * removed unittest from prereqs * testing getting versions * testing out pipeline * moved release up * trying again * added the build * added build before upload * Reordered lint and changed file path for test * upped version to test pipeline * testing unit test from local install module * fixed pathing issue with module * everything but autotag * repush to lint with new version and test fix
1 parent 10293b6 commit fb967fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
repository-url: https://test.pypi.org/legacy/
2929
- name: Run unit test
3030
run: |
31-
python -m pip install stig_edit
31+
python3 -m pip install --index-url https://test.pypi.org/simple/ stig_edit
3232
cd tests
3333
python -m unittest test_stig_edit.py
3434
- name: Publish distribution 📦 to PyPI

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "stig_edit"
7-
version = "1.0.4"
7+
version = "1.0.5"
88
authors = [
99
{ name="fourhole", email="fourhole7@gmail.com" },
1010
]

0 commit comments

Comments
 (0)