Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Apr 8, 2024
2 parents f19a643 + 9e1ecf0 commit fef3ca5
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 99 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v2.0
with:
python_version: "3.8"
python_version: "3.10"
pypi_token: ${{ secrets.PYPI_TOKEN }}
package_directory: "opshin"
ignore_dev_requirements: "yes"
poetry_install_options: "--without dev"
2 changes: 1 addition & 1 deletion opshin/tests/test_types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ..types import *
from ..type_impls import *


def test_record_type_order():
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion opshin/typed_ast.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .types import *
from .type_impls import *


class TypedAST(AST):
Expand Down
Loading

0 comments on commit fef3ca5

Please sign in to comment.