diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a861e9a..695b389 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,5 +34,5 @@ jobs: run: gh release upload ${{ github.event.release.tag_name }} dist/*.{tar.gz,whl} env: GH_TOKEN: ${{ github.token }} - - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + # - name: Publish package distributions to PyPI + # uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/.github/workflows/tests-run.yml b/.github/workflows/tests-run.yml index abe14cc..51cb992 100644 --- a/.github/workflows/tests-run.yml +++ b/.github/workflows/tests-run.yml @@ -46,5 +46,5 @@ jobs: run: poetry install - name: Run tests - run: poetry run basilisp test -v + run: poetry run basilisp test diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..14caa02 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## Unreleased + +## 0.1.0b1 + +- Initial version based on basilisp-blender nREPL server with improved error reporting.