Skip to content

Commit

Permalink
Rename ambiguous lib name and fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Apr 8, 2024
1 parent 70a059c commit 9e1ecf0
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
python_version: "3.10"
pypi_token: ${{ secrets.PYPI_TOKEN }}
package_directory: "opshin"
poetry_options: "--without dev"
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 9e1ecf0

Please sign in to comment.