File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 poetry-version : [1.3.0]
1414 os : [ubuntu-latest]
1515 runs-on : ${{ matrix.os }}
16+ environment :
17+ name : pypi
18+ url : https://pypi.org/p/pytestarch
19+ permissions :
20+ id-token : write
1621 steps :
1722 - uses : actions/checkout@v4
1823 - uses : actions/setup-python@v5
2227 uses : abatilo/actions-poetry@v2.2.0
2328 with :
2429 poetry-version : ${{ matrix.poetry-version }}
25- - name : Publish
26- env :
27- PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
28- run : |
29- poetry config pypi-token.pypi $PYPI_TOKEN
30- poetry publish --build
30+ - name : Build
31+ run : poetry build
32+ - name : Publish package distributions to PyPI
33+ uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change 22
33This project uses semantic versioning and follows [ keep a changelog] ( https://keepachangelog.com ) .
44
5+ ## [ 3.0.1] -- 2024-07-25
6+ ### Fixed
7+ - Regex syntax error in newer python versions
8+
59## [ 3.0.0] -- 2024-05-27
610### Added
711- Support for python 2.12
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " PyTestArch"
3- version = " 3.0.0 "
3+ version = " 3.0.1 "
44description = " Test framework for software architecture based on imports between modules"
55authors = [" zyskarch <zyskarch@gmail.com>" ]
66maintainers = [" zyskarch <zyskarch@gmail.com>" ]
You can’t perform that action at this time.
0 commit comments