Skip to content

Commit

Permalink
Fixing release (OpenCyphal#253)
Browse files Browse the repository at this point in the history
As part of fixing OpenCyphal#60 I broke the automatic release to Pypi logic. This
restores that.
  • Loading branch information
thirtytwobits authored Apr 12, 2022
1 parent 6738840 commit bcf5ba5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ jobs:
${{ matrix.flag }}
release:
if: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' && github.repository == 'UAVCAN/nunavut' }}
if: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' && github.repository == 'OpenCyphal/nunavut' }}
runs-on: ubuntu-latest
needs: [compat-test-python3, language-verification-cpp-14, language-verification-cpp-17, language-verification-c, sonar]
needs: [compat-test-python3, language-verification-cpp-14, language-verification-cpp-17, language-verification-c, sonar, compat-test-windows]
steps:
- uses: actions/setup-python@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[metadata]
name = nunavut
author = UAVCAN Development Team
author_email = dixonsco@amazon.com
author = OpenCyphal Development Team
author_email = maintainers@opencyphal.org
url = https://opencyphal.org
description = Generate code from DSDL using Jinja2 templates.
long_description = file: README.rst
long_description_content_type = text/x-rst
license = MIT
license_file = LICENSE.rst
keywords = uavcan, dsdl, can, can-bus, codegen,
keywords = uavcan, dsdl, can, can-bus, codegen, cyphal, opencyphal
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Expand Down

0 comments on commit bcf5ba5

Please sign in to comment.